home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / DIRECTOR / data.z / Lists Lingo.dir / Scripts_71_listP(aLinearList).ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  183 b   |  7 lines

  1. on mouseDown
  2.   global gDefaultLinearList
  3.   doButton()
  4.   set vResult to string(listp(gDefaultLinearList))
  5.   set the text of member "Checking Linear Ilk Display Field 3" to vResult
  6. end
  7.